home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XAAES_S.ZIP / XAAES / BOOT.RC < prev    next >
Encoding:
Text File  |  1996-01-13  |  172 b   |  13 lines

  1. #!/bin/sh
  2.  
  3. cd /h/sources/aes
  4. #debug to file
  5. #xaaes.tos > debug.list &
  6.  
  7. #debug to /dev/null (no debug)
  8. #xaaes.tos > /dev/null &
  9.  
  10. # debug to console
  11. xaaes.tos &
  12.  
  13.